home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1784 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: news.cc.uic.edu!sunphy1!olczyk
  2. From: olczyk@sunphy1 (Thadeus Olczyk)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Idle curiosity: Delphi properties in C++
  5. Date: 12 Jan 1996 23:37:32 GMT
  6. Organization: University of Illinois at Chicago
  7. Message-ID: <4d6rbs$5uj2@tigger.cc.uic.edu>
  8. References: <4cm1hp$mok$1@canberra.DIALix.oz.au> <L0u7wg2yqzFJ083yn@iaccess.za>
  9. NNTP-Posting-Host: sunphy1.phy.uic.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Vince Risi (vincer@iaccess.za) wrote:
  13. : > One major advantage Delphi has over Borland Pascal 7.0, Visual Basic and
  14. : > (apparently) C++ is called a property.
  15.  
  16. : You cannot seriously believe that the C++ community will even concede
  17. : that properties are COOL. Next thing you will be trying to convince
  18. Properties are properties. Their purpose is to set values of components.
  19. VBX's and OCX's have their own version of properties and therefore so do languages which generate VBX's and OCX's.
  20.  
  21. : them that units are COOL. BS may even have to concede that the greatly
  22. Units are simply compilation units. Any language that is meant to be used 
  23. for programs more then a thousand lines must have some version of units,
  24. in C++ it is header/source file combinations.
  25.  
  26. The dificulty in Delphi is that the interface and implementation parts
  27. must be held in the same file. When files get large it makes them unweildly. 
  28. ---------------------------
  29. Thaddeus L. Olczyk
  30.  
  31.